projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95d270
)
Really fix unlinkage for shm_open
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 Aug 2016 11:07:05 +0000
(07:07 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 11 Aug 2016 11:07:05 +0000
(07:07 -0400)
Reported in https://bugzilla.gnome.org/show_bug.cgi?id=769603
gdk/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/Makefile.am
b/gdk/Makefile.am
index 188ff5632657a03953eb5ce2a059c2845384ff05..684c7aba0a299aace558244695f1d6dbf4a481e5 100644
(file)
--- a/
gdk/Makefile.am
+++ b/
gdk/Makefile.am
@@
-205,7
+205,7
@@
common_sources = \
libgdk_3_la_SOURCES = $(common_sources)
libgdk_3_la_CFLAGS = $(AM_CFLAGS) $(GDK_HIDDEN_VISIBILITY_CFLAGS)
-libgdk_3_la_LIBADD = $(GDK_DEP_LIBS)
+libgdk_3_la_LIBADD = $(GDK_DEP_LIBS)
$(SHM_LIBS)
libgdk_3_la_LDFLAGS = $(LDADD)
if USE_X11